home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libdca0 / TODO < prev   
Text File  |  2007-04-06  |  935b  |  29 lines

  1. * finalize the API:
  2.   - which PCM output format (s24,s32,float...) ?
  3.   - any special needs for the extensions ?
  4.  
  5. * implement missing features:
  6.   - check output gain! I couldn't find anything in the spec about this so
  7.     right now I'm assuming the output of the 32 subbands QMF is supposed to
  8.     be in 16 bits/sample form but this seems very dubious.
  9.   - fix downmix (user proper channes coefs, move downmix before QMF)
  10.   - sum/difference audio channels
  11.   - joint channels coding
  12.   - dynamic range
  13.   - dialog normalization
  14.   - check audio output accuracy (right now the main issue is the output gain)
  15.   - extensions (96k, extra channels)
  16.  
  17. * optimize:
  18.   - don't use doubles everywhere
  19.   - integerize everything ? (main difficulty should be the QMF and LFE FIR)
  20.   - faster 32 subbands QMF
  21.  
  22. * reliability:
  23.   - make the parser more tolerant to faulty bitstreams
  24.   - more sanity checks
  25.   - crc checks
  26.   - regressions tests
  27.  
  28. * code cleanup
  29.